Typo fix in help message for baud option in NMEA.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 30 Aug 2006 18:03:57 +0000 (18:03 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 30 Aug 2006 18:03:57 +0000 (18:03 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2330 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/nmea.c

index b5612aae639e270b13becdc2165c0de3db8e88b5..8ffb3b8b7920f41292eb934662500ce735206093 100644 (file)
@@ -192,7 +192,7 @@ arglist_t nmea_args[] = {
        { "get_posn", &getposnarg, "Return current position as a waypoint", 
                NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
        {"pause", &opt_sleep, "Decimal seconds to pause between groups of strings", NULL, ARGTYPE_INT, ARG_NOMINMAX },
-       {"baud", &opt_baud, "Bits per speed of serial port (baud=4800)", NULL, ARGTYPE_INT, ARG_NOMINMAX },
+       {"baud", &opt_baud, "Speed in bits per second of serial port (baud=4800)", NULL, ARGTYPE_INT, ARG_NOMINMAX },
        ARG_TERMINATOR
 };